home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 17
/
MacFormat 17 (Spain)
/
MacFormat 17.bin
/
Especial Internet
/
FTP
/
Anarchie-160
/
Example Scripts
/
New Stuff
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-06
|
287 b
|
9 lines
tell application "Anarchie"
set base to "ftp://user:password@host/"
mkdir url base & "testdir"
mkdir url base & "inside"
rename url base & "inside" newname "testdir/nowinside"
remove url base & "testdir/nowinside"
remove url base & "testdir"
sendcommand url base & "help"
end tell